home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.5 KB | 48 lines | [TEXT/MPS ] |
- # File: SampleTool.make
- # Target: SampleTool
- # Sources: SampleTool.c SampleTool.r
- # Created: Saturday, January 19, 1991 14:58:03
- # Start of NetWork Setup
- #
- # This is a set of definitions used in all make files of the NetWork project.
- # It uses the the recommended file and folder names. If you have chosen an
- # installation other than the recommended one, you need to adapt this header
- # in all NetWork make files.
- #
- # We follow Apple's convention to use quotes on usage, not on definition.
- #
- NetWork_Tools = {SystemFolder}NetWork Tools:
- NetWork_Idle_Tools = {SystemFolder}NetWork Idle Tools:
- NetWork_Startup_Tools = {SystemFolder}NetWork Startup Tools:
- NetWork_Logs = {SystemFolder}NetWork Logs:
- NetWork_Examples = {Boot}Projects:NetWork:NetWork Examples:
- #
- NetWork_Libraries = {Libraries}
- NetWork_PInterfaces = {PInterfaces}
- NetWork_CIncludes = {CIncludes}
- #
- # End of NetWork Setup
-
-
- SampleTool ƒƒ SampleTool.r
- Rez SampleTool.r -append -o SampleTool
-
- SampleTool ƒƒ SampleTool.c.o
- Link -d -c 'NetE' -t 'MPST' ∂
- SampleTool.c.o ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{CLibraries}"StdClib.o ∂
- #gs "{MPW}"SIOW:SIOW.o ∂
- "{Libraries}"SIOW.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o SampleTool
-
- #
- # Note: SampleTool is 32bit clean, therefore we override the SIOW SIZE resource
- #
- SampleTool ƒƒ "{Rincludes}"SIOW.r SampleTool.r
- Rez -a "{Rincludes}"SIOW.r -o SampleTool
- Rez -a SampleTool.r -o SampleTool
-